home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000209_news@columbia.edu _Wed Nov 20 08:46:06 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id IAA23414 for <kermit.misc@watsun.cc.columbia.edu>; Wed, 20 Nov 1996 08:46:06 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id IAA08057 for kermit.misc@watsun; Wed, 20 Nov 1996 08:46:05 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Calling ZModem from UNIX C-Kermit 5A(190)
  8. Date: 20 Nov 1996 13:45:24 GMT
  9. Organization: Columbia University
  10. Lines: 26
  11. Message-ID: <56v21k$msl@apakabar.cc.columbia.edu>
  12. References: <56ttlb$o5@nw101.infi.net>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <56ttlb$o5@nw101.infi.net>,
  16. Kevin Ferlazzo <ferlazzo@richmond.infi.net> wrote:
  17.  
  18. : Hi!  We're having a problem at work, and I hope that the folks in this
  19. : newsgroup can help solve it.
  20. : We have an application that must (for mainly political reasons :) use
  21. : ZModem to transfer data onto our UNIX server (a Sequent S5000/SE70).  The
  22. : data can actually come from several different locations (roughly 200, in
  23. : fact :).  I want to use C-Kermit on our server, for all of the obvious
  24. : reasons.  We have a ZModem implementation (rz and sz), but if I just shell
  25. : out once the connections are made, by doing a !rz filename we never get
  26. : the file transferred.
  27. Then you are using rz on the far end?  If so, then rz receives the file on
  28. its standard input, so there is nothing funny going on with i/o redirection.
  29. In that case, the most likely conclusion is that the connection is not
  30. transparent and/or clean enough for Zmodem transfers.
  31.  
  32. However, it's not quite clear from your question where C-Kermit comes into
  33. play.  If you are making the connection *from* your server, and then expect
  34. rz to use it, you'll need to follow the directions in section 8 of the
  35. ckcker.upd file, which, in turn, can be used only if you have a 1988-vintage
  36. copy of rz uses standard i/o and allows it to be redirected.
  37.  
  38. - Frank